home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Source / shared.subproj / RCS / PSFile.h,v < prev    next >
Text File  |  1995-06-12  |  2KB  |  121 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.3;
  5. locks    death:1.4;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.4
  10. date     93.04.04.23.44.51;  author death;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     93.01.10.15.08.34;  author death;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     92.07.26.13.59.35;  author death;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     92.07.26.13.54.06;  author death;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @Basic ps file
  32. @
  33.  
  34.  
  35. 1.4
  36. log
  37. @Sun Apr  4 23:44:50 PDT 1993
  38. @
  39. text
  40. @/*
  41. ====================================================================
  42. This is the interface file for the PSFile class.  Full documentation for this class can be found in the PSFile.rtf file (someday).  I will not duplicate all that fine information here.
  43.     This is $Revision: 1.3 $ of this file
  44.     It was last modified by $Author: death $ on $Date: 93/01/10 15:08:34 $
  45. Note that this file was created while using the New Century Schoolbook Roman typeface.  You may find that some things line up strangely if you don't use that family.
  46.  *$Log:    PSFile.h,v $
  47.  * Revision 1.3  93/01/10  15:08:34  death
  48.  * Sun Jan 10 15:08:33 PST 1993
  49.  * 
  50.  * Revision 1.2  92/07/26  13:59:35  death
  51.  * Updated PSFile used with font converter...
  52.  * 
  53.  * 
  54.  *====================================================================
  55.  */
  56.  
  57. //
  58. // Import our parent class' definition
  59. //
  60. #import "TextFile.h"
  61. #import "common.h"
  62.  
  63.  
  64. @@interface PSFile:TextFile
  65. {
  66. }
  67.  
  68.  
  69. - WriteDSCComment: (CString) comment;
  70. - WriteDSCCommentUsing: (CString) buffer WithFormat: (CString) format, ...;
  71. - WriteComment: (CString) comment;
  72. - WriteCommentUsing: (CString) buffer WithFormat: (CString) format, ...;
  73.  
  74. - WritePSLine: (CString) theLine;
  75. - WritePSLineUsing: (CString) buffer WithFormat: (CString) format, ...;
  76. - Write:  (PositiveInteger) num BytesOfHexDataFrom: (ByteString) buffer;
  77. - Write:  (PositiveInteger) num InvertedBytesOfHexDataFrom: (ByteString) buffer;
  78. - ForceNewLine;
  79. - WriteByteAsHex: (Byte) theByte;
  80.  
  81. @@end;@
  82.  
  83.  
  84. 1.3
  85. log
  86. @Sun Jan 10 15:08:33 PST 1993
  87. @
  88. text
  89. @d4 2
  90. a5 2
  91.     This is $Revision: 1.2 $ of this file
  92.     It was last modified by $Author: death $ on $Date: 92/07/26 13:59:35 $
  93. d8 3
  94. @
  95.  
  96.  
  97. 1.2
  98. log
  99. @Updated PSFile used with font converter...
  100. @
  101. text
  102. @d4 2
  103. a5 2
  104.     This is $Revision: 1.1 $ of this file
  105.     It was last modified by $Author: death $ on $Date: 92/03/29 12:18:23 $
  106. d7 3
  107. a9 1
  108.  *$Log:    File.h,v $
  109. d11 1
  110. a25 1
  111. - AppendFrom: sourceFile;
  112. @
  113.  
  114.  
  115. 1.1
  116. log
  117. @Initial revision
  118. @
  119. text
  120. @@
  121.